Developer Documentation

QuickTime 4 API Documentation

QuickTime 4 Reference

| Previous | Chapter Contents | Chapter Top | Next |

Getting Access Keys

Listing 3 illustrates how to get application access keys of a particular type.

Listing 3 Getting access keys

OSErr myErr = 0;
Str255 keyType = doomCDKeyType;
long flags = 0;
handle keyHdl;

/* handle initialization here */
myErr = QTGetAccessKeys (keyType, flags, keyHdl);

© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |